home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / S746J522.PPD < prev    next >
Text File  |  1991-12-05  |  11KB  |  327 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "CHC-746PSJ" version 52.2
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 010650 or 010976
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *%
  15. *% Date: 5 June 1991
  16. *FormatVersion: "3.0"
  17. *FileVersion: "1.0"
  18. *LanguageVersion: English
  19.  
  20. *Product: "(CHC-746PSJ)"
  21. *PSVersion: "(52.2) 1"
  22. *NickName: "Shinko Color CHC-746PSJ PostScript Printer v52.2"
  23.  
  24. *% General Information and Defaults ===============
  25. *FreeVM: "4247972"
  26. *ColorDevice: True
  27. *VariablePaperSize: False
  28. *FileSystem: True
  29. *?FileSystem: "
  30. save
  31.    statusdict begin diskonline
  32.    {(True)}{(False)} ifelse = flush end
  33. restore
  34. "
  35. *End
  36. *Throughput: "1"
  37. *Password: "0"
  38. *ExitServer: "
  39.   count 0 eq {  % is the password on the stack?
  40.     true 
  41.   }{
  42.     dup    % potential password
  43.     statusdict begin checkpassword end not 
  44.   } ifelse 
  45.   {  %  if no password or not valid 
  46.     (WARNING : Cannot perform the exitserver command.) = 
  47.     (Password supplied is not valid.) = 
  48.     (Please contact the author of this software.) = flush
  49.     quit 
  50.   } if 
  51.   serverdict begin exitserver
  52. "
  53. *End
  54. *Reset: "
  55.   count 0 eq {  % is the password on the stack?
  56.     true 
  57.   }{
  58.     dup    % potential password
  59.     statusdict begin checkpassword end not 
  60.   } ifelse 
  61.   {  %  if no password or not valid 
  62.     (WARNING : Cannot reset printer.) = 
  63.     (Password supplied is not valid.) = 
  64.     (Please contact the author of this software.) = flush
  65.     quit 
  66.   } if 
  67.   serverdict begin exitserver
  68.   systemdict /quit get exec
  69.   (WARNING : Printer Reset Failed.) = flush
  70. "
  71. *End
  72.  
  73. *DefaultResolution: 300dpi
  74. *?Resolution: "
  75. save
  76.   initgraphics
  77.   0 0 moveto currentpoint matrix defaultmatrix transform
  78.   0 72 lineto currentpoint matrix defaultmatrix transform
  79.   3 -1 roll sub dup mul
  80.   3 1 roll exch sub dup mul
  81.   add sqrt round cvi
  82.   (          ) cvs print (dpi) = flush
  83. restore
  84. "
  85. *End
  86.  
  87. *% Halftone Information ===============
  88. *ScreenFreq: "53.0"
  89. *ScreenAngle: "45.0"
  90. *DefaultScreenProc: Dot
  91. *ScreenProc Dot: "
  92. {1.76 1.4 {2 {3 1 roll add dup 1.0  gt {2.0 sub} if }
  93. repeat abs exch abs 2  copy add 1  gt {1  sub dup 
  94.  mul exch 1  sub dup mul add 1  sub }{ dup mul 
  95. exch dup mul add 1  exch sub} ifelse } exec }
  96. "
  97. *End
  98. *ScreenProc Line: "{ pop }"
  99. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  100.  
  101. *DefaultTransfer: Null
  102. *Transfer Null: "{ }"
  103. *Transfer Null.Inverse: "{ 1 exch sub }"
  104.  
  105. *% Paper Handling ===================
  106.  
  107. *% Use these entries to set paper size most of the time, unless there is
  108. *% specific reason to use PageRegion or PaperTray.
  109. *DefaultPageSize: Unknown
  110. *PageSize Letter: "statusdict begin lettertray end"
  111. *PageSize Tabloid: "statusdict begin 11x17tray end"
  112. *PageSize A3: "statusdict begin a3tray end"
  113. *PageSize A4: "statusdict begin a4tray end"
  114. *PageSize SuperA/SuperA/A4: "aplus"
  115. *PageSize SuperB/SuperB/A3: "bplus"
  116. *?PageSize: "
  117. save statusdict begin
  118.      [ [(Letter)(SuperA)(Tabloid)(SuperB)]
  119.        [(A4)(SuperA)(A3)(SuperB)] ] 1 eescratch get
  120.      pagetype dup 3 gt {pop pop (Unknown)} {get} ifelse
  121.      = flush
  122. end restore
  123. "
  124. *End
  125.  
  126. *% These entries will set up the frame buffer. Usually used with manual feed.
  127. *DefaultPageRegion: Unknown
  128. *PageRegion Letter: "letter"
  129. *PageRegion Tabloid: "11x17"
  130. *PageRegion A3: "a3"
  131. *PageRegion A4: "a4"
  132. *PageRegion SuperA/SuperA/A4: "aplus"
  133. *PageRegion SuperB/SuperB/A3: "bplus"
  134.  
  135. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  136. *% These errors should be trapped by software and a message displayed
  137. *DefaultPaperTray: Unknown
  138. *PaperTray Letter: "statusdict begin lettertray end"
  139. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  140. *PaperTray A3: "statusdict begin a3tray end"
  141. *PaperTray A4: "statusdict begin a4tray end"
  142. *PaperTray SuperA/SuperA/A4: "aplus"
  143. *PaperTray SuperB/SuperB/A3: "bplus"
  144. *?PaperTray: "
  145. save statusdict begin
  146.      [ [(Letter)(SuperA)(Tabloid)(SuperB)]
  147.        [(A4)(SuperA)(A3)(SuperB)] ] 1 eescratch get
  148.      pagetype dup 3 gt {pop pop (Unknown)} {get} ifelse
  149.      = flush
  150. end restore
  151. "
  152. *End
  153.  
  154. *% The following entries provide information about specific paper keywords.
  155. *DefaultImageableArea: Unknown
  156. *ImageableArea Letter: "10 93 600 736"
  157. *ImageableArea Tabloid: "12 93 779 1169"
  158. *ImageableArea A3: "10 93 831 1135"
  159. *ImageableArea A4: "10 93 585 787 "
  160. *ImageableArea SuperA/SuperA/A4: "12 93 633 954"
  161. *ImageableArea SuperB/SuperB/A3: "10 98 854 1327"
  162. *?ImageableArea: "
  163.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  164.   newpath clippath pathbbox
  165.   4 -2 roll exch 2 {ceiling cvp} repeat
  166.   exch 2 {floor cvp} repeat flush
  167.  restore
  168. "
  169. *End
  170.  
  171. *% These provide the physical dimensions of the paper (by keyword)
  172. *DefaultPaperDimension: Unknown
  173. *PaperDimension Letter: "612 792"
  174. *PaperDimension Tabloid: "792 1224"
  175. *PaperDimension A3: "842 1191"
  176. *PaperDimension A4: "595 842"
  177. *PaperDimension SuperA/SuperA/A4: "643 1009"
  178. *PaperDimension SuperB/SuperB/A3: "864 1380"
  179.  
  180. *DefaultOutputBin: OnlyOne
  181. *DefaultOutputOrder: Reverse
  182.  
  183. *% Font Information =====================
  184.  
  185. *DefaultFont: Courier
  186. *Font AvantGarde-Book: Standard "(001.002)"
  187. *Font AvantGarde-BookOblique: Standard "(001.002)"
  188. *Font AvantGarde-Demi: Standard "(001.003)"
  189. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  190. *Font Bookman-Demi: Standard "(001.001)"
  191. *Font Bookman-DemiItalic: Standard "(001.001)"
  192. *Font Bookman-Light: Standard "(001.001)"
  193. *Font Bookman-LightItalic: Standard "(001.001)"
  194. *Font Courier: Standard "(001.004)"
  195. *Font Courier-Bold: Standard "(001.004)"
  196. *Font Courier-BoldOblique: Standard "(001.004)"
  197. *Font Courier-Oblique: Standard "(001.004)"
  198. *Font Helvetica: Standard "(001.002)"
  199. *Font Helvetica-Bold: Standard "(001.002)"
  200. *Font Helvetica-BoldOblique: Standard "(001.002)"
  201. *Font Helvetica-Condensed: Standard "(001.001)"
  202. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  203. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  204. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  205. *Font Helvetica-Oblique: Standard "(001.002)"
  206. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  207. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  208. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  209. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  210. *Font Palatino-Bold: Standard "(001.002)"
  211. *Font Palatino-BoldItalic: Standard "(001.002)"
  212. *Font Palatino-Italic: Standard "(001.002)"
  213. *Font Palatino-Roman: Standard "(001.001)"
  214. *Font Symbol: Special "(001.003)"
  215. *Font Times-Bold: Standard "(001.002)"
  216. *Font Times-BoldItalic: Standard "(001.004)"
  217. *Font Times-Italic: Standard "(001.002)"
  218. *Font Times-Roman: Standard "(001.002)"
  219. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  220. *Font ZapfDingbats: Special "(001.002)"
  221. *?FontQuery: "
  222. save  4 dict begin /sv exch def
  223. /str (fonts/                              ) def
  224. /st2 128 string def
  225. {
  226.   count 0 gt {
  227.     dup st2 cvs (/) print print (:) print
  228.     dup FontDirectory exch known {pop (Yes)}{
  229.      str exch st2 cvs dup length /len exch def
  230.      6 exch putinterval str 0 len 6 add getinterval mark exch
  231.      { } st2 filenameforall counttomark 0 gt {
  232.       cleartomark (Yes)}{cleartomark (No)}ifelse
  233.     }ifelse = flush
  234.   }{ exit } ifelse
  235. } bind loop
  236. (*) = flush
  237. sv end restore
  238. "
  239. *End
  240.  
  241. *?FontList: "
  242. save  2 dict begin /sv exch def
  243. /str 128 string def
  244. FontDirectory { pop == } bind forall flush
  245. /filenameforall where { 
  246.  pop save (fonts/*) { 
  247.   dup length 6 sub 6 exch getinterval cvn == 
  248.  } bind str filenameforall flush restore
  249. } if 
  250. (*) = flush
  251. sv end restore
  252. "
  253. *End
  254.  
  255. *% Printer Messages (verbatim from printer):
  256. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  257. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  258. *Message: "\FontName\ not found, using Courier"
  259.  
  260. *% Status (format: %%[ status: <one of these> ]%% )
  261. *Status: "idle"
  262. *Status: "busy"
  263. *Status: "waiting"
  264. *Status: "printing"
  265. *Status: "warming up"
  266. *Status: "PrinterError: out of paper or end of ribbon"
  267. *Status: "PrinterError: end of ribbon"
  268. *Status: "PrinterError: out of paper"
  269. *Status: "PrinterError: printer fault"
  270. *Status: "PrinterError: printer offline"
  271.  
  272. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  273. *Source: "serial9"
  274. *Source: "serial25"
  275. *Source: "AppleTalk"
  276. *Source: "Centronics"
  277.  
  278. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  279. *PrinterError: "out of paper or end of ribbon"
  280. *PrinterError: "end of ribbon"
  281. *PrinterError: "out of paper"
  282. *PrinterError: "printer fault"
  283. *PrinterError: "printer offline"
  284.  
  285. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  286.  
  287. *% Color Separation Information =====================
  288.  
  289. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  290.  
  291. *InkName: ProcessBlack/Process Black
  292. *InkName: CustomColor/Custom Color
  293. *InkName: ProcessCyan/Process Cyan
  294. *InkName: ProcessMagenta/Process Magenta
  295. *InkName: ProcessYellow/Process Yellow
  296.  
  297. *%  For 60 lpi / 300 dpi  ===============================
  298.  
  299. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  300. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  301. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  302. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  303. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  304.  
  305. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  306. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  307. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  308. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  309. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  310.  
  311. *%  For 53 lpi / 300 dpi  ===============================
  312.  
  313. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  314. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  315. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  316. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  317. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  318.  
  319. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  320. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  321. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  322. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  323. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  324.  
  325. *% end of PPD file for CHC-746PSJ
  326.  
  327.